home *** CD-ROM | disk | FTP | other *** search
- unit MonLib_TLB;
-
- { This file contains pascal declarations imported from a type library.
- This file will be written during each import or refresh of the type
- library editor. Changes to this file will be discarded during the
- refresh process. }
-
- { MonLib Library }
- { Version 1.0 }
-
- interface
-
- uses Windows, ActiveX, Classes, Graphics, OleCtrls, StdVCL;
-
- const
- LIBID_MonLib: TGUID = '{88CD1680-110F-11D3-96EC-EB5DD9BE5AC8}';
-
-
-
- implementation
-
-
- end.
-